IAxis.WriteCustomOutput1 method

Writes a value into the first custom output variable you added in IntervalZeroDevices database or UserDevices database, in which you can use KINGSTAR ESI Import Tool to add two custom output variables.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
void WriteCustomOutput1(
       uint value
)
Sub WriteCustomOutput1(
       value As UInteger
)

Parameters

value

Type: uint

The value to be written into the first custom output variable.

Usable EtherCAT states

ecatOP

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace